The Controls collection cannot be modified because the control contains code blocks Hatası
Selamlar,
ASP.NET WebForm'da Header kısmına < % tagı açarak işlem yapmak istediğinizde "The Controls collection cannot be modified because the control contains code blocks" hatası alabilirsiniz.
En belirgin çözüm şudur:
< asp: PlaceHolder runat="server"> < %= BuradaIslemVar % > < / asp: PlaceHolder>
Placeholder işinizi halledecektir.
İyi çalışmalar,
Recep.
Bu gönderiyi 18.12.2017 15:03:17 tarihinde Rserit düzenledi.